home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0030.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.1 KB  |  43 lines

  1. On 02-Oct-97, Peter Falkesand wrote:
  2. >Hi All..
  3.  
  4. Hi...
  5.  
  6. >Is there some good extension that converts Dec to Hex ???
  7.  
  8. Dunno, sorry :(
  9.  
  10. >I know AMOS has one of it self but i doesn't like it.
  11. >A$=Hex$(50) give me the answer $32
  12. >But i doesn't want the $-sign in the value.. 
  13.  
  14. Simply do the following....
  15.  
  16. A$=Hex$(50)
  17. B$=A$-"$"
  18. Print B$
  19.  
  20. Which will give the value 32 without the leading `$'
  21.  
  22. hope this helps :)
  23.  
  24. >Happy to get answers..
  25.  
  26. Sorry  I didn't have answers to your other quesies, but I'm sure I was
  27. even late with the above :(
  28.  
  29. -- 
  30.      _             _        _         _
  31.     _)\        ____)\      _)\   _____)\   #cONTACT mE fOR mORE iNFO#
  32.    /o° \      /o°____)    /o° \ /o°_____)  #oN aREA51 rELEASES aLSO.#
  33.   //    \    // /  __    //    \\\ \____ 
  34.  /.  O   \  /. /___\ \  /.  O   \\____  \  *andy@agasinc.demon.co.uk*
  35. /    _    \/   Y   Y  \/    _    \ ___\\ \
  36. \ __/ \___/\_________ /\___/ \ __//______/        Team *AMOS*
  37.  Y                   Y        Y   Y      
  38. L8R                  :        °   ·            #cOMING sOON'ish#
  39.  .     Andy Gibson (AGAS Productons)           *Roswell Gfx Adv*
  40.  ·         -=<(aka SKiDZ/A51)>=-                      9T7
  41.  
  42.  
  43.